home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 September
/
CHIP0903.ISO
/
t-pay
/
t-pay.swf
/
scripts
/
DefineButton2_358
/
BUTTONCONDACTION on(release).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-12-18
|
173 b
|
11 lines
on(release){
_level0.loadFile(page,file);
var i = 1;
while(i <= 6)
{
_parent["button_" + i].gotoAndStop(1);
i++;
}
gotoAndStop(2);
}